home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / ums / sumstools2_7a.lha / sumstl.readme
Text File  |  1994-07-28  |  2KB  |  70 lines

  1. Short: Stuntzi's UMS tools
  2. Type: comm/ums
  3. Uploader: Matthias Scheler <mscheler@wuarchive.wustl.edu>
  4. Version: 2.7a
  5.  
  6. TITLE       : sumsset, sumsprint, sumswrite, sumsfolder
  7. AUTHORS     : Stefan Stuntz <stuntz@informatik.tu-muenchen.de>
  8. AUTHORS     : Bernhard Moellemann <zza@rz.uni-karlsruhe.de>
  9. AUTHORS     : Matthias Scheler <tron@lyssa.owl.de>
  10. AUTHORS     : Klaus Melchior <kmel@eifel.oche.de>
  11. COPYRIGHT   : Public Domain
  12. REQUIREMENTS: Kickstart 2.x, UMS release V10
  13.  
  14.  
  15.  
  16. LAST CHANGES:
  17. -------------
  18.  
  19. V2.7 (05-Jul-94)
  20.  
  21. - umsfilter.c: fixed searching for constant expression on not indexed
  22.                header fields [MS]
  23.  
  24. - all: added support for LogicalToName, LogicalToAddr and RFCMsgNum [MS]
  25.  
  26. - all: reworked source codes and SAS/C Makefile
  27.        "DMakefile" should be reworked, too. [MS]
  28.  
  29.  
  30. V2.7a (28-Jul-94)
  31.  
  32. - sumsfolder.c: only messages with View-, Read- and WriteAccess are
  33.                 modified now [MS]
  34.  
  35.  
  36.  
  37. OVERVIEW:
  38. ---------
  39.  
  40. 'sumstl'  stands  for  "Stuntzi's UMS Tools" and is a collection of four
  41. useful tools for the UMS message base system:
  42.  
  43. sumsprint  - extract certain messages from message base to a file.
  44. sumswrite  - create new messages.
  45. sumsset    - set certain bits on certain messages.
  46. sumsfolder - set folder on certain messages.
  47.  
  48. With  the aid of these four tools, you can perform lots of actions, such
  49. as automatic message archiving, automatic generation of return receipts,
  50. automatic message forwarding, areafix support, user filter, etc.
  51.  
  52. You  could  e.g.  select all messages about "MUI", extract them from the
  53. message  base  with  'sumsprint'  and forward them to a special MUI-Area
  54. with 'sumswrite'.
  55.  
  56. Or  you could select all messages from user "Martin Horneffer" and route
  57. them  via 'sumsprint' to a printer. Thus, you will have all his mumbling
  58. on a sheet of paper and can easily create some nice paper planes. :-)
  59.  
  60. If  you  are  a node that offers some kind of areafix, 'sumsprint' could
  61. extract  all  messages  to  user  "Areafix"  for further parsing with an
  62. areafix tool.
  63.  
  64. Do  you  need  some  kind  of  expire?   Just  select  all  messages  in
  65. 'fidonet.Amiga.ger'  that  are older than 30 days and set the Expire-Bit
  66. with 'sumsset'.
  67.  
  68. There are simply no limits!
  69.  
  70.